3.24.22 \(\int \frac {(2+3 x) \sqrt {3+5 x}}{\sqrt {1-2 x}} \, dx\)

Optimal. Leaf size=72 \[ -\frac {3}{20} \sqrt {1-2 x} (5 x+3)^{3/2}-\frac {107}{80} \sqrt {1-2 x} \sqrt {5 x+3}+\frac {1177 \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {5 x+3}\right )}{80 \sqrt {10}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 72, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {80, 50, 54, 216} \begin {gather*} -\frac {3}{20} \sqrt {1-2 x} (5 x+3)^{3/2}-\frac {107}{80} \sqrt {1-2 x} \sqrt {5 x+3}+\frac {1177 \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {5 x+3}\right )}{80 \sqrt {10}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((2 + 3*x)*Sqrt[3 + 5*x])/Sqrt[1 - 2*x],x]

[Out]

(-107*Sqrt[1 - 2*x]*Sqrt[3 + 5*x])/80 - (3*Sqrt[1 - 2*x]*(3 + 5*x)^(3/2))/20 + (1177*ArcSin[Sqrt[2/11]*Sqrt[3
+ 5*x]])/(80*Sqrt[10])

Rule 50

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^n)/(b*
(m + n + 1)), x] + Dist[(n*(b*c - a*d))/(b*(m + n + 1)), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 54

Int[1/(Sqrt[(a_.) + (b_.)*(x_)]*Sqrt[(c_.) + (d_.)*(x_)]), x_Symbol] :> Dist[2/Sqrt[b], Subst[Int[1/Sqrt[b*c -
 a*d + d*x^2], x], x, Sqrt[a + b*x]], x] /; FreeQ[{a, b, c, d}, x] && GtQ[b*c - a*d, 0] && GtQ[b, 0]

Rule 80

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(c + d*x)
^(n + 1)*(e + f*x)^(p + 1))/(d*f*(n + p + 2)), x] + Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)))/(
d*f*(n + p + 2)), Int[(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2,
0]

Rule 216

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSin[(Rt[-b, 2]*x)/Sqrt[a]]/Rt[-b, 2], x] /; FreeQ[{a, b}
, x] && GtQ[a, 0] && NegQ[b]

Rubi steps

\begin {align*} \int \frac {(2+3 x) \sqrt {3+5 x}}{\sqrt {1-2 x}} \, dx &=-\frac {3}{20} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {107}{40} \int \frac {\sqrt {3+5 x}}{\sqrt {1-2 x}} \, dx\\ &=-\frac {107}{80} \sqrt {1-2 x} \sqrt {3+5 x}-\frac {3}{20} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {1177}{160} \int \frac {1}{\sqrt {1-2 x} \sqrt {3+5 x}} \, dx\\ &=-\frac {107}{80} \sqrt {1-2 x} \sqrt {3+5 x}-\frac {3}{20} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {1177 \operatorname {Subst}\left (\int \frac {1}{\sqrt {11-2 x^2}} \, dx,x,\sqrt {3+5 x}\right )}{80 \sqrt {5}}\\ &=-\frac {107}{80} \sqrt {1-2 x} \sqrt {3+5 x}-\frac {3}{20} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {1177 \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {3+5 x}\right )}{80 \sqrt {10}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 73, normalized size = 1.01 \begin {gather*} -\frac {\sqrt {1-2 x} \left (10 \sqrt {2 x-1} \sqrt {5 x+3} (60 x+143)+1177 \sqrt {10} \sinh ^{-1}\left (\sqrt {\frac {5}{11}} \sqrt {2 x-1}\right )\right )}{800 \sqrt {2 x-1}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((2 + 3*x)*Sqrt[3 + 5*x])/Sqrt[1 - 2*x],x]

[Out]

-1/800*(Sqrt[1 - 2*x]*(10*Sqrt[-1 + 2*x]*Sqrt[3 + 5*x]*(143 + 60*x) + 1177*Sqrt[10]*ArcSinh[Sqrt[5/11]*Sqrt[-1
 + 2*x]]))/Sqrt[-1 + 2*x]

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.32, size = 99, normalized size = 1.38 \begin {gather*} \frac {1}{400} \sqrt {11-2 (5 x+3)} \left (-12 \sqrt {5} (5 x+3)^{3/2}-107 \sqrt {5} \sqrt {5 x+3}\right )-\frac {1177 \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {5 x+3}}{\sqrt {11}-\sqrt {11-2 (5 x+3)}}\right )}{40 \sqrt {10}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[((2 + 3*x)*Sqrt[3 + 5*x])/Sqrt[1 - 2*x],x]

[Out]

(Sqrt[11 - 2*(3 + 5*x)]*(-107*Sqrt[5]*Sqrt[3 + 5*x] - 12*Sqrt[5]*(3 + 5*x)^(3/2)))/400 - (1177*ArcTan[(Sqrt[2]
*Sqrt[3 + 5*x])/(Sqrt[11] - Sqrt[11 - 2*(3 + 5*x)])])/(40*Sqrt[10])

________________________________________________________________________________________

fricas [A]  time = 1.07, size = 62, normalized size = 0.86 \begin {gather*} -\frac {1}{80} \, {\left (60 \, x + 143\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1} - \frac {1177}{1600} \, \sqrt {10} \arctan \left (\frac {\sqrt {10} {\left (20 \, x + 1\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{20 \, {\left (10 \, x^{2} + x - 3\right )}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)*(3+5*x)^(1/2)/(1-2*x)^(1/2),x, algorithm="fricas")

[Out]

-1/80*(60*x + 143)*sqrt(5*x + 3)*sqrt(-2*x + 1) - 1177/1600*sqrt(10)*arctan(1/20*sqrt(10)*(20*x + 1)*sqrt(5*x
+ 3)*sqrt(-2*x + 1)/(10*x^2 + x - 3))

________________________________________________________________________________________

giac [A]  time = 1.12, size = 45, normalized size = 0.62 \begin {gather*} -\frac {1}{800} \, \sqrt {5} {\left (2 \, {\left (60 \, x + 143\right )} \sqrt {5 \, x + 3} \sqrt {-10 \, x + 5} - 1177 \, \sqrt {2} \arcsin \left (\frac {1}{11} \, \sqrt {22} \sqrt {5 \, x + 3}\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)*(3+5*x)^(1/2)/(1-2*x)^(1/2),x, algorithm="giac")

[Out]

-1/800*sqrt(5)*(2*(60*x + 143)*sqrt(5*x + 3)*sqrt(-10*x + 5) - 1177*sqrt(2)*arcsin(1/11*sqrt(22)*sqrt(5*x + 3)
))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 70, normalized size = 0.97 \begin {gather*} \frac {\sqrt {5 x +3}\, \sqrt {-2 x +1}\, \left (-1200 \sqrt {-10 x^{2}-x +3}\, x +1177 \sqrt {10}\, \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right )-2860 \sqrt {-10 x^{2}-x +3}\right )}{1600 \sqrt {-10 x^{2}-x +3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x+2)*(5*x+3)^(1/2)/(-2*x+1)^(1/2),x)

[Out]

1/1600*(5*x+3)^(1/2)*(-2*x+1)^(1/2)*(1177*10^(1/2)*arcsin(20/11*x+1/11)-1200*(-10*x^2-x+3)^(1/2)*x-2860*(-10*x
^2-x+3)^(1/2))/(-10*x^2-x+3)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 1.37, size = 44, normalized size = 0.61 \begin {gather*} \frac {1177}{1600} \, \sqrt {5} \sqrt {2} \arcsin \left (\frac {20}{11} \, x + \frac {1}{11}\right ) - \frac {3}{4} \, \sqrt {-10 \, x^{2} - x + 3} x - \frac {143}{80} \, \sqrt {-10 \, x^{2} - x + 3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)*(3+5*x)^(1/2)/(1-2*x)^(1/2),x, algorithm="maxima")

[Out]

1177/1600*sqrt(5)*sqrt(2)*arcsin(20/11*x + 1/11) - 3/4*sqrt(-10*x^2 - x + 3)*x - 143/80*sqrt(-10*x^2 - x + 3)

________________________________________________________________________________________

mupad [B]  time = 12.10, size = 509, normalized size = 7.07 \begin {gather*} \frac {1177\,\sqrt {10}\,\mathrm {atan}\left (\frac {\sqrt {10}\,\left (\sqrt {1-2\,x}-1\right )}{2\,\left (\sqrt {3}-\sqrt {5\,x+3}\right )}\right )}{400}-\frac {\frac {297\,\left (\sqrt {1-2\,x}-1\right )}{3125\,\left (\sqrt {3}-\sqrt {5\,x+3}\right )}-\frac {2559\,{\left (\sqrt {1-2\,x}-1\right )}^3}{1250\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^3}+\frac {2559\,{\left (\sqrt {1-2\,x}-1\right )}^5}{500\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^5}-\frac {297\,{\left (\sqrt {1-2\,x}-1\right )}^7}{200\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^7}+\frac {288\,\sqrt {3}\,{\left (\sqrt {1-2\,x}-1\right )}^2}{625\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^2}+\frac {192\,\sqrt {3}\,{\left (\sqrt {1-2\,x}-1\right )}^4}{125\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^4}+\frac {72\,\sqrt {3}\,{\left (\sqrt {1-2\,x}-1\right )}^6}{25\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^6}}{\frac {32\,{\left (\sqrt {1-2\,x}-1\right )}^2}{125\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^2}+\frac {24\,{\left (\sqrt {1-2\,x}-1\right )}^4}{25\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^4}+\frac {8\,{\left (\sqrt {1-2\,x}-1\right )}^6}{5\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^6}+\frac {{\left (\sqrt {1-2\,x}-1\right )}^8}{{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^8}+\frac {16}{625}}-\frac {\frac {2\,{\left (\sqrt {1-2\,x}-1\right )}^3}{5\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^3}-\frac {4\,\left (\sqrt {1-2\,x}-1\right )}{25\,\left (\sqrt {3}-\sqrt {5\,x+3}\right )}+\frac {16\,\sqrt {3}\,{\left (\sqrt {1-2\,x}-1\right )}^2}{5\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^2}}{\frac {4\,{\left (\sqrt {1-2\,x}-1\right )}^2}{5\,{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^2}+\frac {{\left (\sqrt {1-2\,x}-1\right )}^4}{{\left (\sqrt {3}-\sqrt {5\,x+3}\right )}^4}+\frac {4}{25}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((3*x + 2)*(5*x + 3)^(1/2))/(1 - 2*x)^(1/2),x)

[Out]

(1177*10^(1/2)*atan((10^(1/2)*((1 - 2*x)^(1/2) - 1))/(2*(3^(1/2) - (5*x + 3)^(1/2)))))/400 - ((297*((1 - 2*x)^
(1/2) - 1))/(3125*(3^(1/2) - (5*x + 3)^(1/2))) - (2559*((1 - 2*x)^(1/2) - 1)^3)/(1250*(3^(1/2) - (5*x + 3)^(1/
2))^3) + (2559*((1 - 2*x)^(1/2) - 1)^5)/(500*(3^(1/2) - (5*x + 3)^(1/2))^5) - (297*((1 - 2*x)^(1/2) - 1)^7)/(2
00*(3^(1/2) - (5*x + 3)^(1/2))^7) + (288*3^(1/2)*((1 - 2*x)^(1/2) - 1)^2)/(625*(3^(1/2) - (5*x + 3)^(1/2))^2)
+ (192*3^(1/2)*((1 - 2*x)^(1/2) - 1)^4)/(125*(3^(1/2) - (5*x + 3)^(1/2))^4) + (72*3^(1/2)*((1 - 2*x)^(1/2) - 1
)^6)/(25*(3^(1/2) - (5*x + 3)^(1/2))^6))/((32*((1 - 2*x)^(1/2) - 1)^2)/(125*(3^(1/2) - (5*x + 3)^(1/2))^2) + (
24*((1 - 2*x)^(1/2) - 1)^4)/(25*(3^(1/2) - (5*x + 3)^(1/2))^4) + (8*((1 - 2*x)^(1/2) - 1)^6)/(5*(3^(1/2) - (5*
x + 3)^(1/2))^6) + ((1 - 2*x)^(1/2) - 1)^8/(3^(1/2) - (5*x + 3)^(1/2))^8 + 16/625) - ((2*((1 - 2*x)^(1/2) - 1)
^3)/(5*(3^(1/2) - (5*x + 3)^(1/2))^3) - (4*((1 - 2*x)^(1/2) - 1))/(25*(3^(1/2) - (5*x + 3)^(1/2))) + (16*3^(1/
2)*((1 - 2*x)^(1/2) - 1)^2)/(5*(3^(1/2) - (5*x + 3)^(1/2))^2))/((4*((1 - 2*x)^(1/2) - 1)^2)/(5*(3^(1/2) - (5*x
 + 3)^(1/2))^2) + ((1 - 2*x)^(1/2) - 1)^4/(3^(1/2) - (5*x + 3)^(1/2))^4 + 4/25)

________________________________________________________________________________________

sympy [A]  time = 9.33, size = 167, normalized size = 2.32 \begin {gather*} \frac {2 \sqrt {5} \left (\begin {cases} \frac {11 \sqrt {2} \left (- \frac {\sqrt {2} \sqrt {5 - 10 x} \sqrt {5 x + 3}}{22} + \frac {\operatorname {asin}{\left (\frac {\sqrt {22} \sqrt {5 x + 3}}{11} \right )}}{2}\right )}{4} & \text {for}\: x \geq - \frac {3}{5} \wedge x < \frac {1}{2} \end {cases}\right )}{25} + \frac {6 \sqrt {5} \left (\begin {cases} \frac {121 \sqrt {2} \left (\frac {\sqrt {2} \sqrt {5 - 10 x} \left (- 20 x - 1\right ) \sqrt {5 x + 3}}{968} - \frac {\sqrt {2} \sqrt {5 - 10 x} \sqrt {5 x + 3}}{22} + \frac {3 \operatorname {asin}{\left (\frac {\sqrt {22} \sqrt {5 x + 3}}{11} \right )}}{8}\right )}{8} & \text {for}\: x \geq - \frac {3}{5} \wedge x < \frac {1}{2} \end {cases}\right )}{25} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)*(3+5*x)**(1/2)/(1-2*x)**(1/2),x)

[Out]

2*sqrt(5)*Piecewise((11*sqrt(2)*(-sqrt(2)*sqrt(5 - 10*x)*sqrt(5*x + 3)/22 + asin(sqrt(22)*sqrt(5*x + 3)/11)/2)
/4, (x >= -3/5) & (x < 1/2)))/25 + 6*sqrt(5)*Piecewise((121*sqrt(2)*(sqrt(2)*sqrt(5 - 10*x)*(-20*x - 1)*sqrt(5
*x + 3)/968 - sqrt(2)*sqrt(5 - 10*x)*sqrt(5*x + 3)/22 + 3*asin(sqrt(22)*sqrt(5*x + 3)/11)/8)/8, (x >= -3/5) &
(x < 1/2)))/25

________________________________________________________________________________________